-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updates for lwk 0.8.2-1 #4
Conversation
Signed-off-by: Luca Vaccaro <[email protected]>
Signed-off-by: Luca Vaccaro <[email protected]>
@@ -26,6 +26,9 @@ export interface NativeLwk { | |||
createSigner(mnemonic: string, network: Network): string; | |||
sign(signerId: string, psetId: string): string; | |||
wpkhSlip77Descriptor(signerId: string): string; | |||
keyoriginXpub(signerId: string, bipId: string): string; | |||
createRandomSigner(network: Network): string; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we need random signer?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I understand the reason why we need it. Create random signer can be created without the need of mnemonic.!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
right! It could be usefull in test environment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
Signed-off-by: Luca Vaccaro <[email protected]>
Signed-off-by: Luca Vaccaro <[email protected]>
lwk_common::Bip
lwk_signer::SwSigner